home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT02.Dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  464 b   |  19 lines

  1. on enterFrame
  2.   global asw, ssw, msw
  3.   if asw = 1 then
  4.     set the visible of sprite 26 to 0
  5.     set the visible of sprite 29 to 0
  6.     set the visible of sprite 32 to 0
  7.   end if
  8.   if ssw = 1 then
  9.     set the visible of sprite 27 to 0
  10.     set the visible of sprite 30 to 0
  11.     set the visible of sprite 33 to 0
  12.   end if
  13.   if msw = 1 then
  14.     set the visible of sprite 28 to 0
  15.     set the visible of sprite 31 to 0
  16.     set the visible of sprite 34 to 0
  17.   end if
  18. end
  19.